projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2154059
)
CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).
author
Per Bothner
<bothner@cygnus.com>
Mon, 5 May 1997 22:04:41 +0000
(22:04 +0000)
committer
Per Bothner
<bothner@cygnus.com>
Mon, 5 May 1997 22:04:41 +0000
(22:04 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index b6f37c9919e61da71655e96de09b0f4001b7edee..bfd352355e116a3b452f5ebf93cc921c04874a26 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-168,6
+168,9
@@
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
VAX*:ULTRIX*:*:*)
echo vax-dec-ultrix${UNAME_RELEASE}
exit 0 ;;
+ 2020:CLIX:*:*)
+ echo clipper-intergraph-clix${UNAME_RELEASE}
+ exit 0 ;;
mips:*:*:UMIPS | mips:*:*:RISCos)
sed 's/^ //' << EOF >dummy.c
int main (argc, argv) int argc; char **argv; {